﻿2026-08-25T16:18:48.1636978Z ##[group]Run actions/checkout@v5
2026-08-25T16:18:48.1637701Z with:
2026-08-25T16:18:48.1638083Z   repository: BigscreenVR/spt-bs-core
2026-08-25T16:18:48.1641035Z   token: ***
2026-08-25T16:18:48.1641388Z   ssh-strict: true
2026-08-25T16:18:48.1641756Z   ssh-user: git
2026-08-25T16:18:48.1642110Z   persist-credentials: true
2026-08-25T16:18:48.1642499Z   clean: true
2026-08-25T16:18:48.1642852Z   sparse-checkout-cone-mode: true
2026-08-25T16:18:48.1643256Z   fetch-depth: 1
2026-08-25T16:18:48.1643599Z   fetch-tags: false
2026-08-25T16:18:48.1643987Z   show-progress: true
2026-08-25T16:18:48.1644331Z   lfs: false
2026-08-25T16:18:48.1644883Z   submodules: false
2026-08-25T16:18:48.1645318Z   set-safe-directory: true
2026-08-25T16:18:48.1645738Z   allow-unsafe-pr-checkout: false
2026-08-25T16:18:48.1646410Z ##[endgroup]
2026-08-25T16:18:48.2453667Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T16:18:48.2455476Z ##[group]Getting Git version info
2026-08-25T16:18:48.2456188Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-25T16:18:48.2457284Z [command]/usr/bin/git version
2026-08-25T16:18:48.2457683Z git version 2.43.0
2026-08-25T16:18:48.2461674Z ##[endgroup]
2026-08-25T16:18:48.2469654Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/fc97bed7-cff5-421e-bd1c-0000c9359683/.gitconfig'
2026-08-25T16:18:48.2477347Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fc97bed7-cff5-421e-bd1c-0000c9359683' before making global git config changes
2026-08-25T16:18:48.2478713Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T16:18:48.2480791Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T16:18:48.2529932Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-25T16:18:48.2550823Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T16:18:48.2562332Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T16:18:48.2621110Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T16:18:48.2622314Z refs/heads/golden/field-seal-225-r2
2026-08-25T16:18:48.2623477Z [command]/usr/bin/git checkout --detach
2026-08-25T16:18:48.2663898Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T16:18:48.2703087Z [command]/usr/bin/git branch --delete --force golden/field-seal-225-r2
2026-08-25T16:18:48.2735090Z Deleted branch golden/field-seal-225-r2 (was 561d5c5d5).
2026-08-25T16:18:48.2860864Z ##[endgroup]
2026-08-25T16:18:48.2863650Z [command]/usr/bin/git submodule status
2026-08-25T16:18:48.3050509Z ##[group]Cleaning the repository
2026-08-25T16:18:48.3053185Z [command]/usr/bin/git clean -ffdx
2026-08-25T16:18:49.1621404Z Removing bench-ledger/
2026-08-25T16:18:49.1622322Z Removing target/
2026-08-25T16:18:49.1632209Z [command]/usr/bin/git reset --hard HEAD
2026-08-25T16:18:49.1698252Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T16:18:49.1704840Z ##[endgroup]
2026-08-25T16:18:49.1706102Z ##[group]Disabling automatic garbage collection
2026-08-25T16:18:49.1709627Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T16:18:49.1734210Z ##[endgroup]
2026-08-25T16:18:49.1735505Z ##[group]Setting up auth
2026-08-25T16:18:49.1738671Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T16:18:49.1762925Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-25T16:18:49.1989043Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T16:18:49.2016144Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-25T16:18:49.2203803Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T16:18:49.2228549Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T16:18:49.2412161Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T16:18:49.2441726Z ##[endgroup]
2026-08-25T16:18:49.2443473Z ##[group]Fetching the repository
2026-08-25T16:18:49.2448328Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b:refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T16:18:50.0000282Z ##[endgroup]
2026-08-25T16:18:50.0001043Z ##[group]Determining the checkout info
2026-08-25T16:18:50.0001995Z ##[endgroup]
2026-08-25T16:18:50.0006631Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T16:18:50.0092285Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T16:18:50.0116611Z ##[group]Checking out the ref
2026-08-25T16:18:50.0119704Z [command]/usr/bin/git checkout --progress --force -B golden/field-seal-225-r2 refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T16:18:50.0181322Z Switched to a new branch 'golden/field-seal-225-r2'
2026-08-25T16:18:50.0181975Z branch 'golden/field-seal-225-r2' set up to track 'origin/golden/field-seal-225-r2'.
2026-08-25T16:18:50.0187521Z ##[endgroup]
2026-08-25T16:18:50.0229266Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T16:18:50.0259920Z 561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b
